mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
* fix(bench): try to fix benchmark * style: deno fmt * fix: remove check formating * fix: add fake token * fix: tranform * deno fmt * add parseFloat * fix unit * refactor: change fetch target to benchrepo * fix: oldBot * refactor: use custom input * ci: add tee * style: deno fmt * ci: cache deps * chore: remove * ci: add memory benchmark * fix: fix url for main repo * deno fmt * ci: add comment-always * fix: link * just trying trigger * ci: only push on main * fix: type * fix: range * fixed * style: deno fmt * fix: path * Add upload output * style: deno fmt * ci: add create branch on pr owner's repo * fix: github.repository * ci: fix remove id benchmark-action * fix * fix: type * reverse change * ci: add cache * feat: add using cache * bench: update name and ignore previous when ci * style: name * feat: fix pr message style * add more benchmark * deno fmt * fix * fix: wording * chore: only run on success * fix: used last head as current commit
17 lines
221 B
Plaintext
17 lines
221 B
Plaintext
# Allows quick testing of changes and keeps stuff like tokens private
|
|
debug.ts
|
|
./configs.ts
|
|
.env
|
|
|
|
# npm stuff
|
|
.npmignore
|
|
npm/
|
|
|
|
# MacOS is weird
|
|
.DS_Store
|
|
|
|
# benchmark db and output
|
|
db
|
|
db.tar.gz
|
|
output.txt
|
|
benchmarksResult |