Skip to content

Commit

Permalink
fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Dec 13, 2024
1 parent 5293bfa commit 6f42892
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/compare-benchmark-jsons.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import pandas as pd
import sys

import pandas as pd

base = pd.read_json(sys.argv[1], lines=True)
pr = pd.read_json(sys.argv[2], lines=True)

Expand Down

0 comments on commit 6f42892

Please sign in to comment.