Skip to content

Commit

Permalink
fix cyclictest for loongarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed Mar 23, 2024
1 parent 93ecece commit f044362
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added tools/testcase-loongarch64/bin/sleep
Binary file not shown.
Binary file modified tools/testcase-loongarch64/cyclictest
Binary file not shown.
3 changes: 2 additions & 1 deletion tools/testcase-loongarch64/cyclictest_testcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ run_cyclictest NO_STRESS_P1 "-a -i 1000 -t1 -n -p99 -D 1s -q"
run_cyclictest NO_STRESS_P8 "-a -i 1000 -t8 -n -p99 -D 1s -q"

echo "====== start hackbench ======"
./hackbench -l 100000000 &
# Change 100000000 to 10000, because loongarch64 simulator is too slow.
./hackbench -l 1000 &
hackbench_pid=$!

sleep 1
Expand Down

0 comments on commit f044362

Please sign in to comment.