Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
LuaJIT
/
LuaJIT-test-cleanup
Public
Notifications
You must be signed in to change notification settings
Fork
22
Star
48
Code
Issues
9
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add scaffolding for running tests and benchmarks
- #18
#18
Open
siddhesh
wants to merge 29 commits into
LuaJIT:master
LuaJIT/LuaJIT-test-cleanup:master
from
siddhesh:master
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Open
Add scaffolding for running tests and benchmarks
#18
siddhesh
wants to merge 29 commits into
LuaJIT:master
LuaJIT/LuaJIT-test-cleanup:master
from
siddhesh:master
Copy head branch name to clipboard
Commits
Commits on Jan 8, 2019
Patch to fix testcases 363, 365 and 366. The modules string.gfind and math.mod are renamed in lua5.1, hence, need to check the version pre-5.1. math.log10 is made obsolete in lua5.2, hence, 5.2 onw…
Show description for 19a3c8d
SameeraDes
committed
19a3c8d
View commit details
Copy full SHA for 19a3c8d
Browse repository at this point
Commits on Jan 16, 2019
Add test input files and md5sum file for arm64.
SameeraDes
committed
1c0859e
View commit details
Copy full SHA for 1c0859e
Browse repository at this point
Commits on Jan 28, 2019
Tuning the parameters for existing test machine
SameeraDes
committed
8c873d8
View commit details
Copy full SHA for 8c873d8
Browse repository at this point
Tuning the parameters for existing test machine
SameeraDes
committed
f6133bd
View commit details
Copy full SHA for f6133bd
Browse repository at this point
Commits on Mar 1, 2019
Scale arm64 benchmark parameters
Show description for 66eeabc
siddhesh
committed
66eeabc
View commit details
Copy full SHA for 66eeabc
Browse repository at this point
Add scaling support to k-nucleatide.lua
Show description for 1846523
siddhesh
committed
1846523
View commit details
Copy full SHA for 1846523
Browse repository at this point
Support scaling support in the sum-file
Show description for 158ad7e
siddhesh
committed
158ad7e
View commit details
Copy full SHA for 158ad7e
Browse repository at this point
Commits on Mar 6, 2019
Revert "Support scaling support in the sum-file"
Show description for 4c93e36
siddhesh
committed
4c93e36
View commit details
Copy full SHA for 4c93e36
Browse repository at this point
Revert "Add scaling support to k-nucleatide.lua"
Show description for 6e7a1b8
siddhesh
committed
6e7a1b8
View commit details
Copy full SHA for 6e7a1b8
Browse repository at this point
Add a default value for partialsums iterations
siddhesh
committed
4c52c95
View commit details
Copy full SHA for 4c52c95
Browse repository at this point
Pass the file as first argument to the script
siddhesh
committed
60f07f1
View commit details
Copy full SHA for 60f07f1
Browse repository at this point
Commits on Mar 8, 2019
Reduce array dimensions
Show description for 8cbb375
siddhesh
committed
8cbb375
View commit details
Copy full SHA for 8cbb375
Browse repository at this point
Add driver for benchmarks
Show description for 3f59bf6
siddhesh
committed
3f59bf6
View commit details
Copy full SHA for 3f59bf6
Browse repository at this point
Adjust k-nucleotide argument parsing to work with lua chunks
siddhesh
committed
7a89a54
View commit details
Copy full SHA for 7a89a54
Browse repository at this point
Fix up comment
siddhesh
committed
abee5be
View commit details
Copy full SHA for abee5be
Browse repository at this point
Add copyright notice to the driver and give credit to Vlad
siddhesh
committed
26f12e8
View commit details
Copy full SHA for 26f12e8
Browse repository at this point
Remove debug echo
siddhesh
committed
a2f0110
View commit details
Copy full SHA for a2f0110
Browse repository at this point
Check for arg before subscripting it
siddhesh
committed
67e93f2
View commit details
Copy full SHA for 67e93f2
Browse repository at this point
More arg handling fixes
siddhesh
committed
04669e9
View commit details
Copy full SHA for 04669e9
Browse repository at this point
Fix case when a different lua binary is specified
siddhesh
committed
cdf96af
View commit details
Copy full SHA for cdf96af
Browse repository at this point
Refactor: change LUAJIT_* to LUA_*
siddhesh
committed
45ec059
View commit details
Copy full SHA for 45ec059
Browse repository at this point
Build the benchmark binary as part of the benchmark
siddhesh
committed
9004df4
View commit details
Copy full SHA for 9004df4
Browse repository at this point
Get external lua programs running again
siddhesh
committed
49930d2
View commit details
Copy full SHA for 49930d2
Browse repository at this point
Add a README for the benchmarks
siddhesh
committed
79749de
View commit details
Copy full SHA for 79749de
Browse repository at this point
Add more build dependencies to bench-luajit
siddhesh
committed
7d9e670
View commit details
Copy full SHA for 7d9e670
Browse repository at this point
Commits on Mar 11, 2019
Add lua wrapper script to run benchmarks
siddhesh
committed
95ce08f
View commit details
Copy full SHA for 95ce08f
Browse repository at this point
Rename main.c to luajit-bench.c
siddhesh
committed
6e4acce
View commit details
Copy full SHA for 6e4acce
Browse repository at this point
Reformat luajit-benchmark.c to be closer to the luajit coding style
Show description for 489e873
siddhesh
committed
489e873
View commit details
Copy full SHA for 489e873
Browse repository at this point
Add top level makefile
siddhesh
committed
399ff47
View commit details
Copy full SHA for 399ff47
Browse repository at this point
You can’t perform that action at this time.