Skip to content

Commit

Permalink
Speed test should run all speed demos
Browse files Browse the repository at this point in the history
To make sure they all build and run properly.
  • Loading branch information
robertdfrench committed Jul 19, 2024
1 parent 63ad2ff commit 70e76bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ help: $(MAKEFILE_LIST) #: Display this Help menu
| column -t -s':' \
| sort

rll: cpu_demo speed_demo tty_demo #: Run all IFUNC demos
all: cpu_demo speed_demo tty_demo #: Run all IFUNC demos
@echo ""
test: all
check: all
Expand All @@ -20,7 +20,7 @@ cpu_demo: cpu_demo.exe #: Detect CPU features
ifunc_late: ifunc_late.exe
./$<

speed_demo: speed_demo_ifunc.time speed_demo_pointer.time #: Is IFUNC slow?
speed_demo: speed_demo_ifunc.time speed_demo_pointer.time speed_demo_fixed.time speed_demo_always.time speed_demo_upfront.time #: Is IFUNC slow?

rigorous_speed_demo: clean speed_demo_fixed.stats.txt speed_demo_ifunc.stats.txt speed_demo_pointer.stats.txt #: Really, how slow is it?
$(call banner, Final Results)
Expand Down

0 comments on commit 70e76bc

Please sign in to comment.