aboutsummaryrefslogtreecommitdiff
path: root/goodfile
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-06-24 14:32:47 -0700
committeriximeow <me@iximeow.net>2024-06-24 14:32:51 -0700
commit016583f3f237938816a819a882510e9a57a141ad (patch)
tree42a841bd4ad163ec4043c627d402e8e1ed177a8c /goodfile
parent42f29e3f6194166ae954acee4591ee23d5d6494c (diff)
bench: fetch from fork updated for yaxpeax-x86 2.0.0
Diffstat (limited to 'goodfile')
-rw-r--r--goodfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/goodfile b/goodfile
index 37db819..cf93b86 100644
--- a/goodfile
+++ b/goodfile
@@ -28,7 +28,7 @@ Build.artifact(sopath)
-- now run some perf numbers...
Step.start("perf")
-Build.run({"git", "clone", "https://github.com/athre0z/disas-bench.git", "disas-bench"})
+Build.run({"git", "clone", "https://github.com/iximeow/disas-bench.git", "disas-bench"})
Build.run({"git", "submodule", "update", "--recursive", "--init"}, {cwd="disas-bench"})
Build.run({"git", "remote", "add", "dev", "../../.."}, {cwd="disas-bench/libs/yaxpeax"})
Build.run({"git", "fetch", "-a", "dev"}, {cwd="disas-bench/libs/yaxpeax"})