| Index: tools/testing/perf_testing/create_graph.py
|
| ===================================================================
|
| --- tools/testing/perf_testing/create_graph.py (revision 3758)
|
| +++ tools/testing/perf_testing/create_graph.py (working copy)
|
| @@ -608,7 +608,7 @@
|
| self.trace_file, append=True)
|
|
|
| run_cmd([os.path.join('.', 'minfrog'), '--out=swarm-result',
|
| - '--compile-only', os.path.join('..', 'client', 'samples', 'swarm',
|
| + '--compile-only', os.path.join('..', 'samples', 'swarm',
|
| 'swarm.dart')])
|
| swarm_size = 0
|
| try:
|
|
|