Skip to content

Commit

Permalink
Fixed benchmark-sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
Melchizedek6809 committed Apr 25, 2024
1 parent 8f24823 commit f60c510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/benchmark-sync.nuj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env nujel
(popen "rsync -avhe ssh web/benchmark-results/ wolkenwelten.net:/srv/http/nujel.net-performance/benchmark-results/")
(popen "rsync -avhe ssh wolkenwelten.net:/srv/http/nujel.net-performance/benchmark-results/ web/benchmark-results/")
(popen "rsync -avhe ssh wolkenwelten.net:~/http/nujel.net/performance/benchmark-results/ web/benchmark-results/")
(popen "./tools/benchmark-aggregate.nuj")
(popen "rsync -avhe ssh web/ wolkenwelten.net:/srv/http/nujel.net-performance/")
(popen "rsync -avhe ssh web/ wolkenwelten.net:~/http/nujel.net/performance/benchmark-results/")

0 comments on commit f60c510

Please sign in to comment.