Skip to content

Commit 58bb900

Browse files
chore: update language names
1 parent d5eea3d commit 58bb900

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/python/result_analysis/analyze_results.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
languages = [
1212
("Python", "Python"),
13-
("JavaScript", "\\multicolumn{1}{c}{JavaS.}"),
13+
("JavaScript", "\\multicolumn{1}{c}{JS}"),
1414
("Go", "Go"),
1515
("C++", "\\multicolumn{1}{c}{C++}"),
1616
("Java", "Java"),
17-
("TypeScript", "\\multicolumn{1}{c}{TypeS.}"),
17+
("TypeScript", "\\multicolumn{1}{c}{TS}"),
1818
("C", "C"),
1919
("C#", "C#"),
2020
("PHP", "PHP"),

src/main/python/result_analysis/tables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
languages = [
1919
("Python", "Python"),
20-
("JavaScript", "\\multicolumn{1}{c}{JavaS.}"),
20+
("JavaScript", "\\multicolumn{1}{c}{JS.}"),
2121
("Go", "Go"),
2222
("C++", "\\multicolumn{1}{c}{C++}"),
2323
("Java", "Java"),
24-
("TypeScript", "\\multicolumn{1}{c}{TypeS.}"),
24+
("TypeScript", "\\multicolumn{1}{c}{TS}"),
2525
("C", "C"),
2626
("C#", "C#"),
2727
("PHP", "PHP"),

0 commit comments

Comments
 (0)