MCPcopy Create free account
hub / github.com/apache/nutch / main

Method main

src/java/org/apache/nutch/tools/Benchmark.java:50–54  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

48 .getLogger(MethodHandles.lookup().lookupClass());
49
50 public static void main(String[] args) throws Exception {
51 Configuration conf = NutchConfiguration.create();
52 int res = ToolRunner.run(conf, new Benchmark(), args);
53 System.exit(res);
54 }
55
56 private void createSeeds(FileSystem fs, Path seedsDir, int count)
57 throws Exception {

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected